home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TSHOWMESSAGEFORM / TSHOWMESSAGEFORM.txt
Encoding:
Text File  |  1996-12-12  |  695 b   |  34 lines

  1. object ShowMessageForm: TShowMessageForm
  2.   Left = 310
  3.   Top = 225
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'ShowMessageForm'
  8.   ClientHeight = 74
  9.   ClientWidth = 310
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MessagePanel: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 310
  22.     Height = 74
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     BorderWidth = 10
  26.     Font.Color = clBlack
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33. end
  34.